home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue57 / System / ShadowFormDemo.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  2000-03-21  |  734 b   |  38 lines

  1. object Form1: TForm1
  2.   Left = 430
  3.   Top = 535
  4.   Width = 287
  5.   Height = 232
  6.   Caption = 'Shadowed Form Demo'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnClick = FormClick
  15.   OnCreate = FormCreate
  16.   OnResize = FormResize
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 265
  23.     Height = 193
  24.     BevelOuter = bvLowered
  25.     BevelWidth = 5
  26.     BorderStyle = bsSingle
  27.     TabOrder = 0
  28.     object Image1: TImage
  29.       Left = 5
  30.       Top = 5
  31.       Width = 251
  32.       Height = 179
  33.       Align = alClient
  34.       Picture.Data = {<image000.bmp>}
  35.     end
  36.   end
  37. end
  38.